runtime.gcWork.tryGetFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1088: 		b := gcw.tryGetFast()
		mgcmark.go#L1168: 		b := gcw.tryGetFast()
		mgcwork.go#L234: func (w *gcWork) tryGetFast() uintptr {